* @throws Exception
*/
public MacacaClient waitForElementByName(String name) throws Exception {
waitForElement("name", name);
return this;
}
/**
* @throws Exception
*/
public Element waitForElementByName(String name) throws Exception {
return waitForElement("name", name);
}
/**